GetMetadataResponse

data class GetMetadataResponse(entriesCount: Double, keyGeneratorValue: Double)

Represents response frame that is returned from IndexedDB#getMetadata operation call. Gets metadata of an object store

See also

Constructors

GetMetadataResponse
Link copied to clipboard
fun GetMetadataResponse(entriesCount: Double, keyGeneratorValue: Double)

Properties

entriesCount
Link copied to clipboard
val entriesCount: Double
the entries count
keyGeneratorValue
Link copied to clipboard
val keyGeneratorValue: Double
the current value of key generator, to become the next inserted key into the object store.

Sources

jvm source
Link copied to clipboard